From: Xue Fuqiao Date: Mon, 14 Oct 2013 22:25:14 +0000 (+0800) Subject: * doc/misc/cl.texi (Argument Lists): Add indexes for &key and &aux. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~2856 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f55f544f4010368eb422b07c086b205ee2e39cf4;p=emacs.git * doc/misc/cl.texi (Argument Lists): Add indexes for &key and &aux. --- diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index c02987568a1..a05a9f67ac4 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,7 @@ +2013-10-14 Xue Fuqiao + + * cl.texi (Argument Lists): Add indexes for &key and &aux. + 2013-10-07 Michael Albinus * trampver.texi: Update release number. diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi index 6dfc41d83f3..49c02568475 100644 --- a/doc/misc/cl.texi +++ b/doc/misc/cl.texi @@ -273,6 +273,8 @@ and the @code{cl-eval-when} construct. @node Argument Lists @section Argument Lists +@cindex &key +@cindex &aux @noindent Emacs Lisp's notation for argument lists of functions is a subset of